PDF4Java Reference Documentation
com.o2sol.pdf4java.forms Package / PDFListField Class / getItem Method
Index of the list item to get.
In This Topic
    getItem Method
    In This Topic
    Gets the item at the specified index.
    Syntax
    public PDFListItem getItem( 
       int index
    )

    Parameters

    index
    Index of the list item to get.

    Return Value

    The PDFListItem at the specified index.
    See Also